Skip to content

Bump io.boxlang:boxlang from 1.0.0 to 1.1.0 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps io.boxlang:boxlang from 1.0.0 to 1.1.0.

Release notes

Sourced from io.boxlang:boxlang's releases.

1.1.0

New Features

  • BL-1365 Add parse() helper methods directly to runtime which returns parse result
  • BL-1388 new security configuration item: populateServerSystemScope that can allow or not the population of the server.system scope or not

Improvements

  • BL-1333 Create links to BoxLang modules
  • BL-1351 match getHTTPTimeString() and default time to now
  • BL-1358 Work harder to return partial AST on invalid parse
  • BL-1363 Error executing dump template [/dump/html/BoxClass.bxm]
  • BL-1375 Compat - Move Legacy Date Format Interception to Module-Specific Interception Point
  • BL-1381 allow box class to be looped over as collection
  • BL-1382 Rework event bus interceptors to accelerate during executions
  • BL-1383 Compat - Allow handling of decimals where timespan is used
  • BL-1387 Allow Numeric ApplicationTimeout assignment to to be decimal

Bugs

  • BL-1354 BoxLang date time not accepted by JDBC as a date object
  • BL-1359 contracting path doesn't work if casing of mapping doesn't match casing of abs path
  • BL-1366 sessionInvalidate() "Cannot invoke String.length() because "s" is null"
  • BL-1370 Some methods not found in java interop
  • BL-1372 string functions accepting null
  • BL-1374 onMissingTemplate event mystyped as missingtemplate
  • BL-1377 fileExists() not working with relative paths
  • BL-1378 optional capture groups throw NPE in reReplace()
  • BL-1379 array length incorrect for xml nodes
  • BL-1384 Numeric Session Timeout Values Should Be Duration of Days not Seconds

1.0.1

Fixed

  • Detection on boxlang file execution with invalid paths was not working properly.
Changelog

Sourced from io.boxlang:boxlang's changelog.

[1.1.0] - 2025-05-12

New Features

  • BL-1365 Add parse() helper methods directly to runtime which returns parse result
  • BL-1388 new security configuration item: populateServerSystemScope that can allow or not the population of the server.system scope or not

Improvements

  • BL-1333 Create links to BoxLang modules
  • BL-1351 match getHTTPTimeString() and default time to now
  • BL-1358 Work harder to return partial AST on invalid parse
  • BL-1363 Error executing dump template [/dump/html/BoxClass.bxm]
  • BL-1375 Compat - Move Legacy Date Format Interception to Module-Specific Interception Point
  • BL-1381 allow box class to be looped over as collection
  • BL-1382 Rework event bus interceptors to accelerate during executions
  • BL-1383 Compat - Allow handling of decimals where timespan is used
  • BL-1387 Allow Numeric ApplicationTimeout assignment to to be decimal

Bugs

  • BL-1354 BoxLang date time not accepted by JDBC as a date object
  • BL-1359 contracting path doesn't work if casing of mapping doesn't match casing of abs path
  • BL-1366 sessionInvalidate() "Cannot invoke String.length() because "s" is null"
  • BL-1370 Some methods not found in java interop
  • BL-1372 string functions accepting null
  • BL-1374 onMissingTemplate event mystyped as missingtemplate
  • BL-1377 fileExists() not working with relative paths
  • BL-1378 optional capture groups throw NPE in reReplace()
  • BL-1379 array length incorrect for xml nodes
  • BL-1384 Numeric Session Timeout Values Should Be Duration of Days not Seconds

[1.0.1] - 2025-05-01

Fixed

  • Detection on boxlang file execution with invalid paths was not working properly.
Commits
  • 35b14e7 Merge pull request #205 from ortus-boxlang/development
  • 6bec42a Merge branch 'main' into development
  • a589771 changelog updates for release
  • 9a26856 BL-1388 #RESOLVE
  • fe0f600 fix bump versions
  • 50205bb BL-1387 Resolve
  • a5e8cbc whitespace to re-build
  • d2bd288 Apply cfformat changes
  • 06fe544 BL-1383 - Allow decimal handling for timespans and session timeouts
  • bfda0e8 BL-1383, BL-1384 - Fix duration amount for numeric session timeout and add ha...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.boxlang:boxlang](https://github.com/ortus-boxlang/boxlang) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/ortus-boxlang/boxlang/releases)
- [Changelog](https://github.com/ortus-boxlang/BoxLang/blob/development/changelog.md)
- [Commits](ortus-boxlang/BoxLang@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: io.boxlang:boxlang
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 19, 2025
Copy link
Author

dependabot bot commented on behalf of github Jun 2, 2025

Superseded by #7.

@dependabot dependabot bot closed this Jun 2, 2025
@dependabot dependabot bot deleted the dependabot/gradle/io.boxlang-boxlang-1.1.0 branch June 2, 2025 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants